Platform Explorer / Nuxeo Platform 2023.10

Extension point configuration

Documentation

Since 7.4.

Extension point to configure the VideoService, such as:

  • When to take the preview screenshot (percentage of the video duration)
  • Storyboard thumbnails count
  • Minimum duration of the video to generate storyboard (0 means always, < 0 means never)

Contribution Descriptors

  • Class: org.nuxeo.ecm.platform.video.service.Configuration

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-platform-video-2023.10.13.jar /OSGI-INF/video-service-contrib.xml
    <extension point="configuration" target="org.nuxeo.ecm.platform.video.service.VideoService">
    
        <configuration>
          <previewScreenshotInDurationPercent>10.0</previewScreenshotInDurationPercent>
          <storyboardMinDuration>10</storyboardMinDuration>
          <storyboardThumbnailCount>9</storyboardThumbnailCount>
        </configuration>
    
      </extension>